home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Persistent Floating Windows < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  728 b   |  [TEXT/ttxt]

  1. Subject:     Persistent Floating Windows
  2. Sent:        6/25/96 3:53 AM
  3. Received:    6/25/96 11:02 AM
  4. From:        Keith Mortensen, morty@scruznet.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. Is there anyway to block a floating window from hiding when other parts 
  9. are selected?
  10. I want my floating window showing all the time, so other parts can use it.
  11.  
  12. In FWFloWin.h - it mentions the following:
  13.  
  14. "Floating windows are created hidden. You can call FW_CWindow::Show() or 
  15. FW_CWindow::Hide() to show/Hide your floating windows. When your part is 
  16. desactivated/activated, the visible floating windows will be 
  17. automatically hidden/shown."
  18.